TakeComputedStyleUpdatesResponse

data class TakeComputedStyleUpdatesResponse(nodeIds: List<NodeId>)

Represents response frame that is returned from CSS#takeComputedStyleUpdates operation call. Polls the next batch of computed style updates.

See also

Constructors

TakeComputedStyleUpdatesResponse
Link copied to clipboard
fun TakeComputedStyleUpdatesResponse(nodeIds: List<NodeId>)

Properties

nodeIds
Link copied to clipboard
val nodeIds: List<NodeId>
The list of node Ids that have their tracked computed styles updated

Sources

jvm source
Link copied to clipboard